type crypto/sha256.digest

15 uses

	crypto/sha256 (current package)
		sha256.go#L52: type digest struct {
		sha256.go#L66: func (d *digest) MarshalBinary() ([]byte, error) {
		sha256.go#L87: func (d *digest) UnmarshalBinary(b []byte) error {
		sha256.go#L122: func (d *digest) Reset() {
		sha256.go#L154: 	d := new(digest)
		sha256.go#L164: 	d := new(digest)
		sha256.go#L170: func (d *digest) Size() int {
		sha256.go#L177: func (d *digest) BlockSize() int { return BlockSize }
		sha256.go#L179: func (d *digest) Write(p []byte) (nn int, err error) {
		sha256.go#L203: func (d *digest) Sum(in []byte) []byte {
		sha256.go#L214: func (d *digest) checkSum() [Size]byte {
		sha256.go#L257: 	var d digest
		sha256.go#L268: 	var d digest
		sha256block.go#L80: func blockGeneric(dig *digest, p []byte) {
		sha256block_decl.go#L10: func block(dig *digest, p []byte)